home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog Special Edition 10
/
FreelogHS10.iso
/
Buzz
/
Buzz_Advanced_Pack.exe
/
{app}
/
Dev
/
dsplib
/
rswrap.h
< prev
Wrap
Text File
|
2001-08-27
|
253b
|
16 lines
if (posint >= end)
{
#ifdef RSCODE_LOOP
posint -= end;
posint += params.LoopBegin;
if (posint >= end)
posint = params.LoopBegin; // FIXME (doesn't work for very small loops)
#else
state.Active = false;
break;
#endif
}